Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stomp/rx-stomp

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stomp/rx-stomp

RxJS STOMP client for Javascript and Typescript

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
47K
increased by9.11%
Maintainers
2
Weekly downloads
 
Created
Source

RxStomp

Build Status

This library provides an RxJS oriented STOMP over WebSocket client for Web browser and node.js applications.

Introduction

This is a wrapper over https://github.com/stomp-js/stompjs. It exposes the STOMP operations as RxJS Observables. It provides almost all operations provided by the underlying library.

This has been developed using TypeScript and includes typing information in the distribution.

TypeScript definitions

The npm package includes TypeScript definitions, so there is no need no install it separately.

Installation

The library is distributed as UMD and ES6 modules. This can be installed as an npm module or directly from a CDN:

  1. NPM - npm install @stomp/rx-stomp
  2. Yarn - yarn add @stomp/rx-stomp
  3. Script - available on various CDNs, import both rx-stomp and stompjs

Additionally, rxjs^6.0 needs to be installed.

Usage

See https://stomp-js.github.io/ for instructions and tutorials.

This module is distributed as UMD and ES6 modules:

  • NodeJs require,
  • ES6/typescript import
  • including a script tage in HTML.

See samples at: https://github.com/stomp-js/samples/.

API documentation at: https://stomp-js.github.io/api-docs/latest/classes/RxStomp.html.

Before installing please check: https://stomp-js.github.io/guide/stompjs/rx-stomp/ng2-stompjs/pollyfils-for-stompjs-v5.html.

Change-log

Please visit Change Log.

Contributing

If you want to understand the code, develop, or contribute. Please visit How to contribute.

Authors

License

License - Apache-2.0

Keywords

FAQs

Package last updated on 10 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc